home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / ARACHE.ZIP / OOPS / DOSSHELL.OOK next >
Encoding:
Text File  |  1998-04-21  |  175 b   |  10 lines

  1. @echo off
  2. echo Type 'EXIT' to return to Arachne...
  3. if (%COMSPEC%)==() goto nocomspec
  4. echo %COMSPEC%>$roura4.bat
  5. call $roura4.bat
  6. goto end
  7. :nocomspec
  8. COMMAND.COM
  9. :end
  10.